type github.com/coder/websocket.slidingWindow

7 uses

	github.com/coder/websocket (current package)
		compress.go#L166: type slidingWindow struct {
		compress.go#L192: func (sw *slidingWindow) init(n int) {
		compress.go#L202: 	sw2, ok := p.Get().(*slidingWindow)
		compress.go#L210: func (sw *slidingWindow) close() {
		compress.go#L217: func (sw *slidingWindow) write(p []byte) {
		read.go#L123: 			mr.dict = &slidingWindow{}
		read.go#L406: 	dict        *slidingWindow